home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
game
/
shoot
/
hs21.lha
/
BBS_Startups
/
H&S_Starnet.lha
/
logon_0.prx
< prev
next >
Wrap
Text File
|
1993-03-03
|
540b
|
20 lines
/***************************************************************************
The -m allows magic mail and the -h turns off hotkeys for Starnet
****************************************************************************/
options results
address 'STAR0_AREXX'
'getvar' 1
username = result
OPEN('file','dosdrivers:hacknslash_0','W')
WRITELN('file','cd doors:hacknslash')
WRITELN('file','hack&slash -m -h '||username)
WRITELN('file','endcli')
CLOSE('file')
address command "protect dosdrivers:hacknslash_0 +S"
address "STAR0_AREXX"
'exit'